home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / movefile.zip / EXPARG.H < prev    next >
C/C++ Source or Header  |  1993-01-04  |  243b  |  14 lines

  1.  
  2. /*    exparg.h    header file for exparg(), the routine that performs
  3.  *            wild-card expansion on filespecs in the command line
  4.  *            parameters
  5.  */
  6.  
  7. #ifndef EXP_ARG
  8. #define EXP_ARG
  9.  
  10. char **exparg (int *pargc, char *argv []);
  11.  
  12. #endif
  13.  
  14.